func crypto/x509.marshalKeyUsage

2 uses

	crypto/x509 (current package)
		x509.go#L1101: 		ret[n], err = marshalKeyUsage(template.KeyUsage)
		x509.go#L1317: func marshalKeyUsage(ku KeyUsage) (pkix.Extension, error) {